home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / basic / PureBasic_Upd.lha / PureBasic_Update1.60 / PureBasic / PureInclude / All.pb next >
Encoding:
Text File  |  2000-09-10  |  638 b   |  27 lines

  1. ;
  2. ; **********************************************
  3. ;
  4. ; Amiga ROM 3.1 RKM Includes files for PureBasic
  5. ;
  6. ; **********************************************
  7. ;
  8.  
  9. IncludePath   "PureInclude:"
  10.  
  11. XIncludeFile "exec/all.pb"
  12. XIncludeFile "dos/all.pb"
  13. XIncludeFile "graphics/all.pb"
  14. XIncludeFile "intuition/all.pb"
  15. XIncludeFile "utility/all.pb"
  16. XIncludeFile "workbench/all.pb"
  17. XIncludeFile "prefs/all.pb"
  18. XIncludeFile "diskfont/all.pb"
  19. XIncludeFile "hardware/all.pb"
  20. XIncludeFile "libraries/all.pb"
  21. XIncludeFile "gadgets/all.pb"
  22. XIncludeFile "rexx/all.pb"
  23. XIncludeFile "resources/all.pb"
  24. XIncludeFile "devices/all.pb"
  25. XIncludeFile "datatypes/all.pb"
  26.  
  27.